home *** CD-ROM | disk | FTP | other *** search
/ PC/CD Gamer UK 114 / CD Gamer Issue 114 (October 2002) (Disc 1).ISO / demo.dxr / 00098_weblink 2.ls < prev    next >
Encoding:
Text File  |  2002-08-12  |  185 b   |  12 lines

  1. on mouseEnter me
  2.   cursor(280)
  3. end
  4.  
  5. on mouseLeave me
  6.   cursor(-1)
  7. end
  8.  
  9. on mouseUp me
  10.   gotoNetPage("http://www.codemasters.com/redirect/redirect.php?url=/ofp-resistance/front.htm")
  11. end
  12.